home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_8 / PlaceObject2_83_69 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-08-19  |  178b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.gameInProgress == 1)
  3.    {
  4.       bar._width = 100 - _root.hitpoints;
  5.       bar._x = bar_origin_x;
  6.       bar._y = bar_origin_y;
  7.    }
  8. }
  9.